C1.Web.Mvc Namespace / FlexChartBase<T> Class / TemplateBindings Property

In This Topic
TemplateBindings Property (FlexChartBase<T>)
In This Topic
Gets the collection of the template bindings.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.TemplateBindingsConverter)>
Public ReadOnly Property TemplateBindings As IDictionary(Of String,String)
 
See Also